home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / ControlStore.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  490 b   |  15 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2. extern short    myFileRefN;
  3. extern Boolean    DocIsOpen;
  4.  
  5. OSErr RevertFile(void);
  6. OSErr myOpenCSFile(FSSpec *theFile, ScriptCode, Boolean StationeryDoc);
  7. OSErr mySaveCSFile(int selector);
  8. OSErr WriteMicroprogramData(Handle wrBuf, FSSpec *theFSpec, OSType, short theOpenedFile, ScriptCode);
  9. void DoNew(void);
  10. void ResetMicroprogramWindow(void);
  11. Handle PrepareBufferFromList(void);
  12. void DocumentIsDirty(Boolean dirtiness);
  13. Boolean ReadyToTerminate(void);
  14. #pragma internal reset
  15.